Click or drag to resize

PropertyCollectionIndexOf Method

Searches for the specified Property and returns the zero-based index of the first occurrence within the entire collection.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public int IndexOf(
	Property property
)

Parameters

property
Type: Independentsoft.WebdavProperty

Return Value

Type: Int32
The property to locate in the collection. The value can be a null reference
See Also